home *** CD-ROM | disk | FTP | other *** search
- object CaseTestForm: TCaseTestForm
- Left = 252
- Top = 124
- Width = 528
- Height = 161
- Caption = 'CaseTestForm'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 40
- Top = 16
- Width = 87
- Height = 16
- Caption = 'Convert from:'
- end
- object Label2: TLabel
- Left = 40
- Top = 56
- Width = 70
- Height = 16
- Caption = 'Convert to:'
- end
- object ConvertFromEd: TEdit
- Left = 192
- Top = 8
- Width = 121
- Height = 24
- TabOrder = 0
- end
- object ConvertToEd: TEdit
- Left = 192
- Top = 48
- Width = 121
- Height = 24
- TabOrder = 1
- end
- object CalcBtn: TButton
- Left = 192
- Top = 80
- Width = 121
- Height = 33
- Caption = '&Calculate'
- TabOrder = 2
- OnClick = CalcBtnClick
- end
- object GroupBox1: TGroupBox
- Left = 336
- Top = 8
- Width = 137
- Height = 105
- Caption = ' Conversion Type '
- TabOrder = 3
- object KmToMilesRBtn: TRadioButton
- Left = 8
- Top = 16
- Width = 113
- Height = 17
- Caption = 'Km To Miles'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object MilesToKmRBtn: TRadioButton
- Left = 8
- Top = 32
- Width = 113
- Height = 17
- Caption = 'Miles To Km'
- TabOrder = 1
- end
- object CToFRBtn: TRadioButton
- Left = 8
- Top = 48
- Width = 113
- Height = 17
- Caption = 'C To F'
- TabOrder = 2
- end
- object FToCRBtn: TRadioButton
- Left = 8
- Top = 64
- Width = 113
- Height = 17
- Caption = 'F To C'
- TabOrder = 3
- end
- end
- end
-